home *** CD-ROM | disk | FTP | other *** search
- #! /bin/sh
-
- SRCDIR=`dirname $0`
-
- if [ $SRCDIR = "." ]
- then
- SRCDIR=`pwd`
- fi
-
- echo "\nSGIHelp\n\
- =======\n\
- SGIHelp requires that some additional startup information be supplied in order\n\
- to work properly with the content found on this CD-ROM. Follow these steps:\n\n\
- 1. Edit/create a local .Xdefaults file in your home directory.\n\n\
- 2. Add the following lines:\n\n\
- \tSGIHelp*defHelpPath: $SRCDIR/usr/share/help\n\
- \tSGIHelp*defLibPath: $SRCDIR/usr/share/Insight/library\n\n\
- 3. Save the file.\n\n\
- 4. SGIHelp should now find/use the content found on this CD-ROM.\n\n\
- 5. Remove or comment-out these lines if this CD-ROM is not being used.\n"
-
- exit
-